-
Notifications
You must be signed in to change notification settings - Fork 2k
New benchmark: ULib framework #921
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@stefanocasazza This looks great!! Perhaps I should also update the new installation model to automatically save install logs, similar to what you have here Keep an eye on #915 as a number of your variables, such as $DIR, can hopefully be replaced by framework-standard variables soon |
|
Hi Hamilton, Thanks for your appreciation and for your great work! I wait for merging of #915 Greetings! Stefano 2014-07-11 23:16 GMT+02:00 Hamilton Turner [email protected]:
|
|
Hello Stefano, PR 915 has just been merged, feel free to make whatever changes you deem necessary and I will get to them as soon as possible! |
|
Hi Hamilton, Thanks for the notification, I make the changes assuming that: FWROOT=${HOME}/FrameworkBenchmarks great work! Stefano 2014-07-14 19:38 GMT+02:00 jyentechempower [email protected]:
|
|
Looks good, we should be pointing people to this file as an example of how to modify their own scripts. PS - You may want to use PPS - sorry, I know this needs documentation... |
|
ULib starts up a ton of userver_tcp instances, but doesn't seem to proceed beyond that. Does userver_tcp block? If so, you need to change this line to a non-blocking alternative. |
|
Hi Alexander, thanks for the advice, I made also various change for better understanding Stefano |
|
Hello Stefano, It appears that the install.sh for your framework is failing, output is here: https://gist.github.com/jyentechempower/080021b82f8c5858d00a Regards, James |
end of the tunnel - New benchmark: ULib framework #921
|
Hi @stefanocasazza. We finally have Round 10 preview data available. If you are available, could I solicit your opinion in the following thread at the Google Group? https://groups.google.com/d/msg/framework-benchmarks/yyK8VclJ6Zc/Y4YRCWPUEJMJ This is pertaining to the inclusion of a SQLite test which, upon further consideration, and in large part due to how it skews the results, I am considering hiding by default. Assuming you have a dissenting opinion--which would be completely understandable--I would like to have that captured so that we can factor that into our future planning. Thank you! |
|
Hi @bhauer, first, I'd like to thank you and the team for the amazing work on these Congratulations again for the great job! Stefano 2015-02-25 20:50 GMT+01:00 Brian Hauer [email protected]:
|
Hi,
I updated my pull request again to make it apply more cleanly with the new model of installation.
I save the building output on:
$HOME/FrameworkBenchmarks/installs/ulib/ULIB_BUILD_OUTPUT-$DATE.txt
and the program output on:
$HOME/FrameworkBenchmarks/installs/ulib/ULIB_SERVER_OUTPUT.txt
If there are other problems please give me the possibility to look at the content.
Thanks all for the time dedicating
Stefano